home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / NewsgroupBrowserCell.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  293 b   |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface NewsgroupBrowserCell:NXBrowserCell
  5. {
  6.     id    newsgroupCell;
  7. }
  8.  
  9. - setTextAttributes:textObj;
  10. - drawInside:(const NXRect *)cellFrame inView:controlView;
  11. - setNewsgroupCell:cell;
  12. - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag;
  13.  
  14. @end
  15.